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 def7c4a..ed7be03 100644 --- a/compose.local.yaml +++ b/compose.local.yaml @@ -3,7 +3,7 @@ services: build: context: ./backend ports: - - '127.0.0.1:8003:80' + - '127.0.0.1:8004:80' volumes: - files-data:/data/files:rw depends_on: |
