mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Merge pull request #2128 from rdangdev/develop
Fixed: ports are on the wrong service
This commit is contained in:
@@ -13,6 +13,8 @@ services:
|
||||
image: vabene1111/recipes
|
||||
env_file:
|
||||
- ./.env
|
||||
ports:
|
||||
- 80:8080
|
||||
volumes:
|
||||
- staticfiles:/opt/recipes/staticfiles
|
||||
- nginx_config:/opt/recipes/nginx/conf.d
|
||||
@@ -24,7 +26,6 @@ services:
|
||||
image: nginx:mainline-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
env_file:
|
||||
- ./.env
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user