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

Corrected mistake in docker-compose.yml

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