chore: format

pull/21891/head
ytqh 1 year ago
parent 2828eb6c98
commit 43348dbda3

@ -537,7 +537,7 @@ services:
# Mount the storage directory to the container, for storing user files. # Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage - ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host # Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs - ./volumes/app/logs:/app/logs
networks: networks:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
@ -568,7 +568,7 @@ services:
# Mount the storage directory to the container, for storing user files. # Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage - ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host # Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs - ./volumes/app/logs:/app/logs
networks: networks:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
@ -593,7 +593,7 @@ services:
# Mount the storage directory to the container, for storing user files. # Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage - ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host # Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs - ./volumes/app/logs:/app/logs
networks: networks:
- ssrf_proxy_network - ssrf_proxy_network
- default - default

Loading…
Cancel
Save