diff options
Diffstat (limited to 'compose.local.yaml')
| -rw-r--r-- | compose.local.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.local.yaml b/compose.local.yaml index 7c06a7b..2d62f5a 100644 --- a/compose.local.yaml +++ b/compose.local.yaml @@ -3,7 +3,7 @@ services: build: context: ./backend ports: - - '127.0.0.1:8004:80' + - '127.0.0.1:8007:80' volumes: - files-data:/data/files:rw depends_on: |
