diff options
| author | 2023-03-10 02:03:01 +0200 | |
|---|---|---|
| committer | 2023-03-10 02:03:01 +0200 | |
| commit | 8a85b86174067618891e2530dd56b5025fd2f28b (patch) | |
| tree | cc85ad898f492c0b799917cda05537c88bea83c6 /docker-compose.yml | |
| parent | Merge pull request #167 from python-discord/deployment-update (diff) | |
| parent | Merge 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.yml | 2 |
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 |