Skip to content

Commit 0f41fb4

Browse files
committed
fix config to match readme
1 parent 61a077b commit 0f41fb4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ services:
33
womginx:
44
build: .
55
container_name: womginx
6-
volumes:
7-
- ./docker_nginx.conf:/etc/nginx/nginx.conf
8-
- ./docker-entrypoint.sh:/opt/womginx/docker-entrypoint.sh
96
environment:
107
- PORT=80
118
- SAFE_BROWSING=1
129
ports:
13-
- 127.0.0.1:8080:80
10+
- 80:80
1411
restart: unless-stopped

0 commit comments

Comments
 (0)