Skip to content
Snippets Groups Projects
Commit b2689f2d authored by Torgrim's avatar Torgrim
Browse files

Corrected mistake in docker-compose.yml

parent 36d46ee8
Branches main
No related tags found
No related merge requests found
Pipeline #26807 failed
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- '0.0.0.0:${PORT}:${PORT}' - '${PORT}:0.0.0.0:${PORT}'
restart: unless-stopped restart: unless-stopped
environment: environment:
PORT: ${PORT} PORT: ${PORT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment