Skip to content

Commit

Permalink
Final build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Jan 11, 2023
1 parent 15c1e85 commit d532c69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/deploy/server/confspawn_docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# Shared memory size, defaults to 64m which can cause problems (apparently)
shm_size: 256m
extra_hosts:
- "host.docker.internal:host-gateway"
- "host.docker.internal:host-gateway"

networks:
# Set up a network so that other containers on this network can access each other
Expand Down
2 changes: 1 addition & 1 deletion use/dev/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# Shared memory size, defaults to 64m which can cause problems (apparently)
shm_size: 256m
extra_hosts:
- "host.docker.internal:host-gateway"
- "host.docker.internal:host-gateway"

networks:
# Set up a network so that other containers on this network can access each other
Expand Down
2 changes: 1 addition & 1 deletion use/production/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# Shared memory size, defaults to 64m which can cause problems (apparently)
shm_size: 256m
extra_hosts:
- "host.docker.internal:host-gateway"
- "host.docker.internal:host-gateway"

networks:
# Set up a network so that other containers on this network can access each other
Expand Down
2 changes: 1 addition & 1 deletion use/staging/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# Shared memory size, defaults to 64m which can cause problems (apparently)
shm_size: 256m
extra_hosts:
- "host.docker.internal:host-gateway"
- "host.docker.internal:host-gateway"

networks:
# Set up a network so that other containers on this network can access each other
Expand Down

0 comments on commit d532c69

Please sign in to comment.