Update docker-compose.yml

This commit is contained in:
simon987 2021-06-13 08:34:23 -04:00 committed by GitHub
parent 774f4bd766
commit 2597c41e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ version: "3"
services:
web:
image: nginx:alpine
restart: always
ports:
- 5555:80
volumes: