diff --git a/standalone/docker-compose-azure-sql-edge.yml b/standalone/docker-compose-azure-sql-edge.yml index 7fc2da7..6183b52 100644 --- a/standalone/docker-compose-azure-sql-edge.yml +++ b/standalone/docker-compose-azure-sql-edge.yml @@ -23,7 +23,7 @@ services: networks: - atlas_net ports: - - "80:8080" + - "80:80" volumes: - atlasvolume:/atlas/files env_file: diff --git a/standalone/docker-compose.yml b/standalone/docker-compose.yml index 0740f99..fc7c48f 100644 --- a/standalone/docker-compose.yml +++ b/standalone/docker-compose.yml @@ -23,7 +23,7 @@ services: networks: - atlas_net ports: - - "80:8080" + - "80:80" volumes: - atlasvolume:/atlas/files env_file: