mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
add traefik config example
This commit is contained in:
13
docker-compose.override.yml
Normal file
13
docker-compose.override.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
# Run webserver nginx on port 80
|
||||
# Feel free to modify depending what port is already occupied
|
||||
ports:
|
||||
- "80:80"
|
||||
# - "443:443"
|
||||
db:
|
||||
# Feel free to modify depending what port is already occupied
|
||||
ports:
|
||||
- "3305:3306"
|
||||
Reference in New Issue
Block a user