Skip to content

Commit

Permalink
fix config to match readme
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-person committed Jan 5, 2022
1 parent 61a077b commit 0f41fb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ services:
womginx:
build: .
container_name: womginx
volumes:
- ./docker_nginx.conf:/etc/nginx/nginx.conf
- ./docker-entrypoint.sh:/opt/womginx/docker-entrypoint.sh
environment:
- PORT=80
- SAFE_BROWSING=1
ports:
- 127.0.0.1:8080:80
- 80:80
restart: unless-stopped

0 comments on commit 0f41fb4

Please sign in to comment.