Skip to content

Instantly share code, notes, and snippets.

@Hoikas
Created May 23, 2020 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hoikas/f4d532773c313ca68986d7ed33041021 to your computer and use it in GitHub Desktop.
Save Hoikas/f4d532773c313ca68986d7ed33041021 to your computer and use it in GitHub Desktop.
PS D:\Plasma\dirtsand> docker-compose up
Starting dirtsand_db_1 ... done
Starting dirtsand_moul_1 ... done
Attaching to dirtsand_db_1, dirtsand_moul_1
db_1 |
db_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
db_1 |
db_1 | 2020-05-23 23:52:17.686 UTC [1] LOG: starting PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
db_1 | 2020-05-23 23:52:17.686 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db_1 | 2020-05-23 23:52:17.687 UTC [1] LOG: listening on IPv6 address "::", port 5432
moul_1 | Preparing game server...
moul_1 | Using existing configuration as a template.
moul_1 | Writing configuration...
moul_1 | ... Success!
moul_1 | Starting DIRTSAND...
db_1 | 2020-05-23 23:52:17.715 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1 | 2020-05-23 23:52:17.755 UTC [25] LOG: database system was shut down at 2020-05-23 23:52:08 UTC
db_1 | 2020-05-23 23:52:17.770 UTC [1] LOG: database system is ready to accept connections
moul_1 | [Lobby] Running on 127.0.0.1/14617
moul_1 | [Status] Running on 127.0.0.1/8080
moul_1 | ds-918>
dirtsand_moul_1 exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment