diff --git a/compose.yml b/compose.yml index 1056761..91a26f6 100644 --- a/compose.yml +++ b/compose.yml @@ -5,9 +5,5 @@ services: image: localhost/adrian-altner.de:latest container_name: adrian-altner.de ports: - - "4321:4321" - environment: - NODE_ENV: production - HOST: 0.0.0.0 - PORT: 4321 + - "4321:80" restart: unless-stopped