diff --git a/docker-compose.yml b/docker-compose.yml index a2c9995..86c4c69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: context: . dockerfile: Dockerfile ports: - - "8080:80" + - "8081:80" restart: unless-stopped # Uncomment the following lines if you want to mount the configuration locally for development/testing # volumes: