diff --git a/docker-compose.yml b/docker-compose.yml index a3eb3bc..c6633ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,8 @@ services: image: git.hamik.net/paradizelost/librarynotices:latest container_name: libnotices restart: always - ports: 80 + ports: + - "80:80" volumes: - "./libaccounts.json:/var/www/data/libaccounts.json" - "./credentials:/root/.aws/credentials" \ No newline at end of file