mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
container_name: raveberry-db
|
||||
@@ -144,8 +143,10 @@ services:
|
||||
nginx:
|
||||
image: raveberry/raveberry-nginx
|
||||
container_name: raveberry-nginx
|
||||
#ports:
|
||||
# - 9870:80
|
||||
ports:
|
||||
- 9870:80
|
||||
expose:
|
||||
- 80
|
||||
environment:
|
||||
- DAPHNE_HOST
|
||||
- DAPHNE_PORT
|
||||
|
||||
Reference in New Issue
Block a user