mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Docker: rename nginx container name
This commit is contained in:
@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
web:
|
||||||
image: nginx
|
image: nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- php
|
- php
|
||||||
@ -37,3 +37,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
app:
|
app:
|
||||||
db:
|
db:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user