mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
14 lines
289 B
YAML
14 lines
289 B
YAML
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"
|