aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-03-10 02:03:01 +0200
committerGravatar GitHub <[email protected]>2023-03-10 02:03:01 +0200
commit8a85b86174067618891e2530dd56b5025fd2f28b (patch)
treecc85ad898f492c0b799917cda05537c88bea83c6 /docker-compose.yml
parentMerge pull request #167 from python-discord/deployment-update (diff)
parentMerge branch 'main' into bytes-output (diff)
Merge pull request #159 from python-discord/bytes-output
File system and Binary file sending
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 9d3ae71..0613abc 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,7 +8,7 @@ services:
image: ghcr.io/python-discord/snekbox${IMAGE_SUFFIX:--venv:dev}
pull_policy: never
ports:
- - 8060:8060
+ - "8060:8060"
init: true
ipc: none
tty: true