mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 06:43:10 -07:00
Delete superfluous network definition
No need to define a network when compose files and stackfiles come with their own cross container network defined as `default` superfluous networks add nothing.
This commit is contained in:
parent
7af15cc32d
commit
7ccc908dda
1 changed files with 0 additions and 7 deletions
|
@ -2,8 +2,6 @@ version: '3.0'
|
|||
services:
|
||||
haste-server:
|
||||
build: .
|
||||
networks:
|
||||
- db-network
|
||||
environment:
|
||||
- STORAGE_TYPE=memcached
|
||||
- STORAGE_HOST=memcached
|
||||
|
@ -12,8 +10,3 @@ services:
|
|||
- 7777:7777
|
||||
memcached:
|
||||
image: memcached:latest
|
||||
networks:
|
||||
- db-network
|
||||
|
||||
networks:
|
||||
db-network:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue