Fix Docker
This commit is contained in:
@@ -13,8 +13,9 @@ services:
|
||||
context: .
|
||||
target: final
|
||||
ports:
|
||||
- 443:8080
|
||||
network_mode: "host"
|
||||
- 443:443
|
||||
- 8080:8080
|
||||
|
||||
# The commented out section below is an example of how to define a PostgreSQL
|
||||
# database that your application can use. `depends_on` tells Docker Compose to
|
||||
# start the database before your application. The `db-data` volume persists the
|
||||
@@ -42,7 +43,6 @@ services:
|
||||
# interval: 10s
|
||||
# timeout: 5s
|
||||
# retries: 5
|
||||
|
||||
# volumes:
|
||||
# db-data:
|
||||
# secrets:
|
||||
|
||||
Reference in New Issue
Block a user